home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: dutchdb@aol.com (Dutch D B)
- Newsgroups: comp.lang.c++
- Subject: Borland C++ Dynamic vs Static Linking Question
- Date: 12 Jan 1996 22:19:08 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4d78bc$4vu@newsbf02.news.aol.com>
- Reply-To: dutchdb@aol.com (Dutch D B)
- NNTP-Posting-Host: newsbf02.mail.aol.com
-
- I have a program which compiles and links fine using dynamic linking. If I
- change to static linking in the TargetExpert all my code compiles, but I
- get linker errors. It seems as if the compiler can't find the OWL objects.
- All of the errors are of the type: Linker Error: Undefined Symbol TButton
- ....
-
- Can anybody help???
-